Welcome![Sign In][Sign Up]
Location:
Search - static color

Search list

[Static controlEVC_CFontStatic_src

Description: A class for setting various attributes of static text such as font, color or alignment.-A class for setting various attributes of s tatic text such as font, color or alignment.
Platform: | Size: 3072 | Author: 吴刚 | Hits:

[Static controlDemo-ColorSelector

Description: 一个改进的颜色选择框控件,采用Static自绘制方式实现!-An improved color selection box controls, the use of Static Self-mapping means!
Platform: | Size: 58368 | Author: 林伟 | Hits:

[Button controllabel

Description: 一个可以改变static文本框字体、大小、颜色的类 enum FlashType {None, Text, Background } class CLabel : public CStatic { // Construction public: CLabel() CLabel& SetBkColor(COLORREF crBkgnd) CLabel& SetTextColor(COLORREF crText) CLabel& SetText(const CString& strText) CLabel& SetFontBold(BOOL bBold) CLabel& SetFontName(const CString& strFont) CLabel& SetFontUnderline(BOOL bSet) CLabel& SetFontItalic(BOOL bSet) CLabel& SetFontSize(int nSize) CLabel& SetSunken(BOOL bSet) CLabel& SetBorder(BOOL bSet) CLabel& FlashText(BOOL bActivate) CLabel& FlashBackground(BOOL bActivate) CLabel& SetLink(BOOL bLink) CLabel& SetLinkCursor(HCURSOR hCursor) // Attributes public: protected: void ReconstructFont() COLORREF m_crText HBRUSH m_hBrush HBRUSH m_hwndBrush LOGFONT m_lf CFont m_font CString m_strText BOOL m_bState BOOL m_bTimer BOOL m_bLink FlashType m_Type HCURSOR m_hCursor // Operations-A static text box can change the font, size, color, class enum FlashType (None, Text, Background) class CLabel: public CStatic (//Constructionpublic: CLabel () CLabel
Platform: | Size: 2048 | Author: sunrise | Hits:

[OS programCOLOR

Description: 取得屏幕上的一个颜色.用到了 [DllImport("gdi32.dll")] private static extern bool BitBlt( IntPtr hdcDest, // 目標設備的句柄 int nXDest, // 目標對像的左上角的X坐標 int nYDest, // 目標對像的左上角的X坐標 int nWidth, // 目標對像的矩形的寬度 int nHeight, // 目標對像的矩形的長度 IntPtr hdcSrc, // 源設備的句柄 int nXSrc, // 源對像的左上角的X坐標 int nYSrc, // 源對像的左上角的X坐標 int dwRop // 光柵的操作值 ) [DllImport("gdi32.dll")] private static extern IntPtr CreateDC( string lpszDriver, // 驅動名稱 string lpszDevice, // 設備名稱 string lpszOutput, // 無用,可以設定位"NULL" IntPtr lpInitData // 任意的打印機數據 ) 这两个API-To obtain a color screen. Use the [DllImport (gdi32.dll)] private static extern bool BitBlt (IntPtr hdcDest,// target device handle int nXDest,// target of the upper-left corner as the X coordinate int nYDest ,// target like the X coordinates of the upper-left corner int nWidth,// target like the width of the rectangle int nHeight,// target like the length of the rectangle IntPtr hdcSrc,// source device handle int nXSrc,// source as the upper-left corner of the X coordinate int nYSrc,// as the source of the X coordinates of the upper-left corner int dwRop// raster operation value) [DllImport (gdi32.dll)] private static extern IntPtr CreateDC ( string lpszDriver,// driver name string lpszDevice,// device name string lpszOutput,// useless, you can set bit NULL IntPtr lpInitData// any printer data) of these two API
Platform: | Size: 1024 | Author: kl007 | Hits:

[Windows CELabelEx

Description: Wince下一款静态字符显示控件源码,可提供不同颜色的显示颜色及背景颜色等,该升级包主要改变了1、字符输出方式,使速度更快2、修正了不同字体和尺寸下字符显示的位置3、通过计算将原显示调整为居中排列。-Wince under a static character display control source can provide different colors show the color and background color and so on, the upgrade package of the one major change, character output, so as to enable faster and 2, to amend a different font and size of characters displayed position 3, by calculating the adjustment of the original show for the middle order.
Platform: | Size: 3072 | Author: 牛欣欣 | Hits:

[Dialog_WindowTREE

Description: 简单代码,树型控件改变静态对话框内字体的颜色。-Simple code, tree controls to change the font dialog box static color.
Platform: | Size: 1896448 | Author: alex | Hits:

[Static controlTransperancy

Description: Transparent static control class with alpha color effict
Platform: | Size: 87040 | Author: ahmed abozead | Hits:

[GUI Develophandgesturerecogniton

Description: 本代码实现了对静态五种基本静态手势的识别,通过皮肤颜色模型分割人手,然后通过边界追踪得到手的轮廓,最后通过傅里叶系数识别手势-The static code of the five basic static gesture recognition, through the skin color model partition manually, and then get through the border to track the contours of the hands, and finally through the Fourier coefficient of gesture recognition
Platform: | Size: 4096 | Author: 魏志莲 | Hits:

[Wavelet40

Description: 近年来,随着互联网的高速发展,网上的多媒体信息也急剧增加,这些多媒体信息以图像为主。如何从浩瀚的图像数据库中快速、准确地找出所需要的图像,己成为一个备受关注的研究课题。有效地组织、管理和检索大规模的图像数据成为迫切需要解决的问题。于是基于内容的图像检索(Content-Based Image Retrieval: CBIR)作为一个崭新的研究领域出现了。 本课题拟研究、分析彩色图像红、绿、蓝三基色直方图的生成、特征提取和相似度等问题,应用图像的颜色信息—三基色直方图对图像进行检索。针对基于颜色的图像检索,本文采用应用广泛的RGB颜色空间来表示图像的颜色特征,对颜色分量进行等间隔量化并形成特征矢量并对特征矢量进行归一化处理,采用图像均匀分块的方法引入图像中色彩所处的位置信息,用距离度量函数进行图像的相似性匹配。在此基础上实现了基于三基色直方图算法的检索系统。 本文的研究和实践对于促进基于内容的图像数据库检索技术的应用具有一定的参考价值和实践意义。-With the rapid development of Internet, the multimedia information is booming. All this information is mostly images. Effective recognizing, management and searching all these images have been an emergent problem. This has led the rise of a new research and development field: Content-Based Image Retrieval (CBIR). The topics to research, analysis color images red, green and blue color histogram generation, feature extraction and the similarity of the issues, application of the color image- trichromatic histogram of the image retrieval. Based on the color against the static image retrieval, this paper application of a wide range of RGB color space to indicate the color image features, the color components, such as spacing and quantitative characteristics of a feature vector and a normalization of vector processing, using uniform image block the introduction of the method in which the color image Location information, and distance measuring function similar to the image of the match. On
Platform: | Size: 408576 | Author: qichao | Hits:

[Windows DevelopGradientStaticControl

Description: 一个基于WTL的具有色彩过度效果的控件,在这里可以学习简单的WTL开发。-WTL has a color based on the effects of excessive control, where you can learn simple WTL development.
Platform: | Size: 17408 | Author: 纪荣艺 | Hits:

[GUI DevelopSTATIC

Description: 静态文本动态显示文字,带有背景色(无重影)-Dynamic static text display text, with a background color (no ghosting)
Platform: | Size: 24576 | Author: ywq | Hits:

[Other10progameRGB_cu_memorie_12F675_2

Description: An 12F675 RGB controler with GP0, GP1 , GP2 - RGB led outs , buton on GP3 , RC extern oscilator with 4,7K resistor on GP5 to +5Vcc. The controler memorize last program used. It has 10 program effect, 7 static color and 3 dinamic color.-An 12F675 RGB controler with GP0, GP1 , GP2 - RGB led outs , buton on GP3 , RC extern oscilator with 4,7K resistor on GP5 to +5Vcc. The controler memorize last program used. It has 10 program effect, 7 static color and 3 dinamic color.
Platform: | Size: 4096 | Author: Bogdan | Hits:

[Static controlCxStatic_src

Description: 一个可任意设置颜色,字体,可加载图片的 Static控件,使用简单,只需调用接口函数初始化一些属性即可,附使用说明。-a good CStatic control that supports text wrapping (even with SS_CENTERIMAGE), font and color change, transparency
Platform: | Size: 2067456 | Author: wu | Hits:

[SCMSD-LEDcontroller

Description: 本控制器适用于控制LED全彩发光字、LED全彩数码灯管、LED全彩幕墙灯、LED全彩点光源及小型LED脱机静态显示屏。采用大容量SD卡存储花样数据,读取文件的方式播放花样,其存储的花样帧数由SD卡的容量决定,操作简单方便。播放文件由电脑软件生成,只需将生成的文件复制到SD卡中即可播放。单口最大可控制1024全彩像素点,每种颜色最大可实现256级灰度显示。通过按键拨码可选择花样列表中的前16个花样单独播放,8级播放速度。多台控制器可通过同步信号线由其中的一台控制同步播放或通过LED同步主控器来控制。-Controller for controlling the full-color LED luminous characters, LED full color digital tube, LED full-color wall lights, LED full color LED light source and a small static display offline. Using large-capacity SD card to store pattern data, read the papers play pattern, the pattern stored in the number of frames determined by the capacity of SD card is easy and simple. Play the file generated by the computer software, simply copy the generated files in the SD card to play. 1024 single port can control the largest full-color pixel, the maximum of each color display with 256 levels of gray. DIP pattern through the button in the list select the first 16 tricks playing alone, eight playback speed. More than one controller can be synchronized signal line control by one of a simultaneous broadcast or through a synchronous master to control the LED.
Platform: | Size: 565248 | Author: yu | Hits:

[SCMLED-CONTROLLER

Description: 华夏经典是一家专业开发、生产、销售LED控制器的厂家,经过多年努力已成功开发出系列针对LED灯饰用的控制器,适用于控制LED全彩发光字、LED全彩数码灯管、LED全彩幕墙灯、LED全彩点光源及小型LED脱机静态显示屏。可以控制市面上大部分的驱动芯片(如:CZ6603、LPD6803、D705、DX416、UCS5903、74HC595、MBI5024、DM134等)。控制灰度最高达256级,画面刷新频率最高达300Hz。脱机型采用大容量SD卡存储花样数据,联机型采用网线直接传送花样数据。客户可根据控制点数选择控制器,也可提出要求定制控制器。自主开发的控制软件操作方便、界面美观,可生成不同的花样数据文件。-Classical Chinese is a professional development, production, marketing LED controller manufacturers, after years of hard work has successfully developed a series of controllers for LED lighting used for full-color control LED luminous characters, LED full color digital tube, LED full Color wall lights, LED full color LED light source and a small static display offline. Can control most of the driver chips on the market (such as: CZ6603, LPD6803, D705, DX416, UCS5903, 74HC595, MBI5024, DM134, etc.). Control up to 256 gray scale, the screen refresh rate up to 300Hz. Offline model with large capacity SD card to store pattern data, together models use a direct cable data transmission pattern. Customers can select the controller according to the control points can also request custom controller. Self-developed control software easy to operate, beautiful interface, can generate different patterns of data files.
Platform: | Size: 1654784 | Author: yu | Hits:

[Static controlCColorStatic

Description: 一个彩色静态文本控件类。 A static text color of control -A static text color of control
Platform: | Size: 38912 | Author: ddslgy | Hits:

[Special EffectsColor

Description: 图形处理,自绘菜单。静态的文字滚动,VC++自绘效果实例-The graphics processing, painting from the menu. The static text scroll, VC++ self-drawn effects instance
Platform: | Size: 33792 | Author: 陈诚 | Hits:

[Static controlStatic-Text

Description: Changing text color on Static Control
Platform: | Size: 137216 | Author: SN | Hits:

[CSharpCustomGroupBox

Description: A New Skin for Ye Olde GroupBox Creating a custom GroupBox in WinForms that supports skinning-Introduction When applying a dark skin theme to my Windows Forms application which used a GroupBox But as soon as I wanted to set the GroupBox.Enabled property to false, things did not look that good anymore. As can be seen in the screendump, the standard GroupBox on the right automatically chooses a black color for the disabled state: Background SkinSettings Class The skin themes are in a separate class SkinSettings, to keep the example small, it only has a few settings. It also has a ColorDisabled() method for calculating the custom disabled Color. Hide Shrink Copy Code using System using System.Drawing namespace CustomControls1 { /// <summary> /// A simple SkinSettings class. /// This could be extended to support more control colors. /// </summary> public static class SkinSettings { public static Color FormBackColor { get set } public static Color FormForeColor { get set } public s
Platform: | Size: 17408 | Author: MahdiAttar | Hits:

[Static controlstatic-control-

Description: 静态修改static control控件颜色,VS2010亲测通过,简单易用-Static modify control static control color, VS2010 pro test through, easy to use
Platform: | Size: 23552 | Author: 周传雄 | Hits:
« 1 23 4 5 6 7 8 9 10 »

CodeBus www.codebus.net